add GtkArray
authorTimm Bäder <mail@baedert.org>
Wed, 29 Apr 2020 07:28:17 +0000 (09:28 +0200)
committerTimm Bäder <mail@baedert.org>
Tue, 5 May 2020 06:20:10 +0000 (08:20 +0200)
commit0c4dcd9d576af0f410e1d3b38924420427b7b704
tree1013aa4b6a101fcd600cbdb63a4ee8190c5eda33
parentaaecb3d84b8d52c7b5c3bcf9b7ef615207e4b617
add GtkArray

Try to use stack space if we can and only fall back to the GPtrArray if
we must.
gtk/gtkarrayimplprivate.h [new file with mode: 0644]
gtk/gtkmain.c